home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 124 / cd-rom 124.iso / edu / tuxmath / tuxmathscrabble / tuxmathscrabble.exe / asymptopia / Player.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2003-11-16  |  566 b   |  13 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.2)
  3.  
  4. import pygame
  5. from pygame.locals import *
  6.  
  7. class Player(pygame.sprite.Sprite):
  8.     
  9.     def __init__(self):
  10.         pygame.sprite.Sprite.__init__(self)
  11.  
  12.  
  13.